Bring Window Topmost
Command Prototype
Window.TopMost(objUiElement,bTopMost)
Command Description
Make the window always shows at the top layer or cancel the action
Parameter Description
- Required Parameter
- objUiElement--Corresponding window object; when passed as an integer, it is used as a window handle; when passed as a string, it is used as a window feature to find all matched window to operate; when passed as a UiElement object, operate the window containing it
- bTopMost--Whether to bring a window topmost, if a true is passed, bring the corresponding window topmost, if a false is passed, cancel the topmost window